Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump smallrye-reactive-messaging-mqtt.version from 4.7.0 to 4.8.0 #92

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Bumps smallrye-reactive-messaging-mqtt.version from 4.7.0 to 4.8.0.
Updates smallrye-reactive-messaging-mqtt from 4.7.0 to 4.8.0

Release notes

Sourced from smallrye-reactive-messaging-mqtt's releases.

4.8.0

Changelog

  • #2219 - Blocking improvements max-concurrency
  • #2217 - Pulsar continue failure strategy
  • #2215 - Bump smallrye-config from 3.3.0 to 3.3.1
  • #2214 - Bump kotlin.version from 1.8.22 to 1.9.0
  • #2212 - Fix the synchronization protocol of the InternalChannelRegistry
  • #2210 - Bump camel.version from 4.0.0-M3 to 4.0.0-RC1
  • #2208 - Bump strimzi-test-container from 0.103.0 to 0.104.0
  • #2204 - Bump smallrye-fault-tolerance from 6.2.3 to 6.2.4
Commits
  • c3574e1 [RELEASE] - Bump version to 4.8.0
  • 9c98765 Merge pull request #2219 from ozangunalp/blocking_improvements
  • b99cd65 Merge pull request #2220 from smallrye/dependabot/maven/main/io.micrometer-mi...
  • d02a5a5 Control Blocking max-concurrency on mutiny requests level
  • ebafefd Bump micrometer-core from 1.11.1 to 1.11.2
  • 7bc6e7b Merge pull request #2217 from ozangunalp/pulsar_small_fixes
  • d3d238e Pulsar continue failure strategy
  • 8fcdb37 Merge pull request #2214 from smallrye/dependabot/maven/main/kotlin.version-1...
  • 5cd1e12 Merge pull request #2215 from smallrye/dependabot/maven/main/io.smallrye.conf...
  • 35e243a Bump smallrye-config from 3.3.0 to 3.3.1
  • Additional commits viewable in compare view

Updates smallrye-connector-attribute-processor from 4.7.0 to 4.8.0

Release notes

Sourced from smallrye-connector-attribute-processor's releases.

4.8.0

Changelog

  • #2219 - Blocking improvements max-concurrency
  • #2217 - Pulsar continue failure strategy
  • #2215 - Bump smallrye-config from 3.3.0 to 3.3.1
  • #2214 - Bump kotlin.version from 1.8.22 to 1.9.0
  • #2212 - Fix the synchronization protocol of the InternalChannelRegistry
  • #2210 - Bump camel.version from 4.0.0-M3 to 4.0.0-RC1
  • #2208 - Bump strimzi-test-container from 0.103.0 to 0.104.0
  • #2204 - Bump smallrye-fault-tolerance from 6.2.3 to 6.2.4
Commits
  • c3574e1 [RELEASE] - Bump version to 4.8.0
  • 9c98765 Merge pull request #2219 from ozangunalp/blocking_improvements
  • b99cd65 Merge pull request #2220 from smallrye/dependabot/maven/main/io.micrometer-mi...
  • d02a5a5 Control Blocking max-concurrency on mutiny requests level
  • ebafefd Bump micrometer-core from 1.11.1 to 1.11.2
  • 7bc6e7b Merge pull request #2217 from ozangunalp/pulsar_small_fixes
  • d3d238e Pulsar continue failure strategy
  • 8fcdb37 Merge pull request #2214 from smallrye/dependabot/maven/main/kotlin.version-1...
  • 5cd1e12 Merge pull request #2215 from smallrye/dependabot/maven/main/io.smallrye.conf...
  • 35e243a Bump smallrye-config from 3.3.0 to 3.3.1
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `smallrye-reactive-messaging-mqtt.version` from 4.7.0 to 4.8.0.

Updates `smallrye-reactive-messaging-mqtt` from 4.7.0 to 4.8.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.7.0...4.8.0)

Updates `smallrye-connector-attribute-processor` from 4.7.0 to 4.8.0
- [Release notes](https://github.com/smallrye/smallrye-reactive-messaging/releases)
- [Commits](smallrye/smallrye-reactive-messaging@4.7.0...4.8.0)

---
updated-dependencies:
- dependency-name: io.smallrye.reactive:smallrye-reactive-messaging-mqtt
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.smallrye.reactive:smallrye-connector-attribute-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 17, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2023

Superseded by #93.

@dependabot dependabot bot closed this Jul 28, 2023
@dependabot dependabot bot deleted the dependabot/maven/smallrye-reactive-messaging-mqtt.version-4.8.0 branch July 28, 2023 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants